Objects Reference

boundbox::reset

Prototype

void reset()

Parameters

None

Return Value

None

Remarks

This method resets the bounding box by setting the min vector to (BIG,BIG,BIG) and the max vector to (-BIG,-BIG,-BIG).
Use this method before calling the add_point method when creating a new bounding box.